home *** CD-ROM | disk | FTP | other *** search
- import java.awt.event.ActionEvent;
- import java.awt.event.ActionListener;
- import java.util.EventObject;
-
- class TreeViewApplet$SymAction implements ActionListener {
- // $FF: synthetic field
- private final TreeViewApplet this$0;
-
- public void actionPerformed(ActionEvent event) {
- Object object = ((EventObject)event).getSource();
- if (object == this.this$0.buttonDeleteSelected) {
- this.this$0.buttonDeleteSelected_Action(event);
- } else if (object == this.this$0.buttonDelete) {
- this.this$0.buttonDelete_Action(event);
- } else if (object == this.this$0.buttonInsert) {
- this.this$0.buttonInsert_Action(event);
- } else if (object == this.this$0.buttonNext) {
- this.this$0.buttonNext_Action(event);
- } else if (object == this.this$0.buttonPrevious) {
- this.this$0.buttonPrevious_Action(event);
- } else if (object == this.this$0.buttonNew) {
- this.this$0.buttonNew_Action(event);
- }
-
- }
-
- TreeViewApplet$SymAction(TreeViewApplet this$0) {
- this.this$0 = this$0;
- this.this$0 = this$0;
- }
- }
-